home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Delphi Magazine Collection 2001
/
Delphi Magazine Collection 20001 (2001).iso
/
DISKS
/
ISSUE23
/
CLINIC
/
APP2U.DFM
/
APP2U.txt
Wrap
Text File
|
1997-04-28
|
664b
|
32 lines
object MainForm: TMainForm
Left = 200
Top = 108
Width = 345
Height = 168
Caption = 'MainForm'
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
PixelsPerInch = 96
TextHeight = 13
object Label1: TLabel
Left = 0
Top = 0
Width = 337
Height = 141
Align = alClient
Alignment = taCenter
AutoSize = False
Caption =
'Minimise me, then use the first app to restore me. When that is ' +
'done, try my minimise button'
Font.Color = clWindowText
Font.Height = -32
Font.Name = 'Arial'
Font.Style = []
ParentFont = False
WordWrap = True
end
end